chore: fix release reference commit workflow#547
Merged
marandaneto merged 2 commits intomainfrom May 2, 2026
Merged
Conversation
Contributor
|
Reviews (1): Last reviewed commit: "chore: fix release reference commit work..." | Re-trigger Greptile |
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
Contributor
posthog-python Compliance ReportDate: 2026-05-02 07:07:41 UTC
|
| Test | Status | Duration |
|---|---|---|
| Format Validation.Event Has Required Fields | ✅ | 515ms |
| Format Validation.Event Has Uuid | ✅ | 1507ms |
| Format Validation.Event Has Lib Properties | ✅ | 1506ms |
| Format Validation.Distinct Id Is String | ✅ | 1506ms |
| Format Validation.Token Is Present | ✅ | 1507ms |
| Format Validation.Custom Properties Preserved | ✅ | 1506ms |
| Format Validation.Event Has Timestamp | ✅ | 1507ms |
| Retry Behavior.Retries On 503 | ✅ | 9517ms |
| Retry Behavior.Does Not Retry On 400 | ✅ | 3505ms |
| Retry Behavior.Does Not Retry On 401 | ✅ | 3507ms |
| Retry Behavior.Respects Retry After Header | ✅ | 9514ms |
| Retry Behavior.Implements Backoff | ✅ | 23516ms |
| Retry Behavior.Retries On 500 | ✅ | 7511ms |
| Retry Behavior.Retries On 502 | ✅ | 7516ms |
| Retry Behavior.Retries On 504 | ✅ | 7507ms |
| Retry Behavior.Max Retries Respected | ✅ | 23532ms |
| Deduplication.Generates Unique Uuids | ✅ | 1496ms |
| Deduplication.Preserves Uuid On Retry | ✅ | 7511ms |
| Deduplication.Preserves Uuid And Timestamp On Retry | ✅ | 14524ms |
| Deduplication.Preserves Uuid And Timestamp On Batch Retry | ✅ | 7503ms |
| Deduplication.No Duplicate Events In Batch | ✅ | 1507ms |
| Deduplication.Different Events Have Different Uuids | ✅ | 1506ms |
| Compression.Sends Gzip When Enabled | ✅ | 1507ms |
| Batch Format.Uses Proper Batch Structure | ✅ | 1506ms |
| Batch Format.Flush With No Events Sends Nothing | ✅ | 1005ms |
| Batch Format.Multiple Events Batched Together | ✅ | 1505ms |
| Error Handling.Does Not Retry On 403 | ✅ | 3508ms |
| Error Handling.Does Not Retry On 413 | ✅ | 3507ms |
| Error Handling.Retries On 408 | ✅ | 7511ms |
Feature_Flags Tests
View Details
| Test | Status | Duration |
|---|---|---|
| Request Payload.Request With Person Properties Device Id | ❌ | 518ms |
Failures
request_payload.request_with_person_properties_device_id
Field 'token' not found in /flags request body at path 'token'. Available keys: ['distinct_id', 'groups', 'person_properties', 'group_properties', 'geoip_disable', 'device_id', 'flag_keys_to_evaluate', 'sentAt', 'api_key']
turnipdabeets
approved these changes
May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 Motivation and Context
The release workflow successfully published
7.14.0, but failed when committing generated references. The firstghcommit-actioncreates the release commit remotely, leaving the local checkout on the previous SHA; the later references commit then fails its expected-head safety check.This PR syncs the checkout to the release commit before continuing and adds the generated
7.14.0references that the failed workflow did not commit. The workflow output is passed through an environment variable before use in the shell to satisfy the GitHub Actions shell-injection rule.💚 How did you test it?
.github/workflows/release.ymlas YAMLuv run bin/docs generate-referencespython3 -m json.tool📝 Checklist
If releasing new changes
sampo addto generate a changeset filereleaselabel to the PR